func time.gorootZoneSource

2 uses

	time (current package)
		zoneinfo_goroot.go#L9: func gorootZoneSource(goroot string) (string, bool) {
		zoneinfo_read.go#L552: 	if source, ok := gorootZoneSource(runtime.GOROOT()); ok {